I am trying to play with the Environment.OSVersion.Version object and can\'t really tell what version would indicate that the OS is Windows XP or higher (e.g. I
You shouldn't check the version number. Instead, you should check for the functionality you need. If it is a specific API you're after for example, LoadLibrary and GetProcAddress it - that way, you're not dependent on the version number.