The versions specified in MinVersion and OnlyBelowVersion can optionally include build numbers and/or service pack levels.
6.1sp1 10.0.22000
If a build number is not specified or is zero, Setup will not check the system's build number.
If a service pack level is not specified or is zero, Setup will not check the system's service pack level.
When a service pack level is specified, Setup will only compare it against the system's service pack level if the specified major and minor versions match the system's version. For example, if MinVersion specifies 6.1sp1, Setup will only check for SP1 on Windows 7 and Windows Server 2008 R2 (6.1) systems.
In an OnlyBelowVersion parameter, if the specified version matches the system's version, then Setup will normally consider the system's version to be too high. However, when a service pack level is specified, the specified version is allowed to match the system's version.