How to translate MS Windows OS version numbers into product names?
For example, in .NET the following two properties could be used to work out that the product is MS
If you just want a GUI friendly informational message I used
My.Computer.Info.OSFullName & " (" + My.Computer.Info.OSVersion + ")"
Seems to be future proof for future versions of Windows