It's likely not exposed. Try a dump or change the conditional like as.
Code:
<xf:if is="{$xf.visitor.message_count|number} < '5'">
<span class="your-label">Guests and members with less then 5 posts</span>
<xf:else />
<span class="your-label">xxx</span>
</xf:if>
You may control the span style with your-label class.